16. Other Postgres Clients
Other Postgres Clients Heading
Other Postgres Clients
ND004 C01 L02 20 Other Postgres Clients
Other Postgres Clients Recap
Part 2: database adapters, default connection settings
ND004 C01 L02 21 Other Postgres Clients Part 2
Takeaways
Generally know the default connection settings that come with your Postgres installation. You'll need to set them for every connection you make (on pgAdmin, PopSQL, your web server, etc).
Connection Setting | Default |
---|---|
Host | localhost (aka, 127.0.0.1) |
Port | 5432 |
Username | postgres |
Password | (None) |
Other Postgres Clients Quiz
SOLUTION:
postgresTrue/False
SOLUTION:
TrueDefault host